home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Games
/
Pentominoes 2.0
/
Shell ƒ
/
timing.h
< prev
next >
Wrap
Text File
|
1995-07-15
|
297b
|
17 lines
#ifndef __MY_TIMING_H__
#define __MY_TIMING_H__
#ifdef __cplusplus
extern "C" {
#endif
extern pascal void StartTiming(void);
extern pascal void TimeCorrection(short tickCount);
extern pascal void ScrollTheRect(Rect *r, short dh, short dv, RgnHandle unused);
#ifdef __cplusplus
}
#endif
#endif